Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

new env and config change support #139

Merged
merged 5 commits into from
Feb 22, 2025
Merged

new env and config change support #139

merged 5 commits into from
Feb 22, 2025

Conversation

askdkc
Copy link
Owner

@askdkc askdkc commented Feb 22, 2025

No description provided.

Copy link

what-the-diff bot commented Feb 22, 2025

PR Summary

  • Updated CHANGELOG for New Version and Configuration Change
    The record of changes (CHANGELOG) has been updated to document the new software version (v2.1.0) and highlight a significant shift in how the environment is configured in Laravel 11, a popular PHP framework.

  • Adaptation to Timezone Configuration in Laravel 11
    The command logic in BreezejpCommand.php has been adjusted to work with a change in the way Laravel 11 sets the timezone. The new version no longer uses a .env variable and instead uses configurations set in config/app.php.

  • Enhanced Timezone Configuration Check
    The command logic has been improved to check if timezone configurations have been made and updates them accordingly. This ensures the correct timezone is always set, despite the changes brought about by Laravel 11.

  • Extended Testing for Configuration Updates
    Additional tests have been added in CommandTest.php to verify the new timezone configuration logic. These tests ensure both .env and config/app.php are properly updated based on the Laravel version, maintaining software robustness.

@askdkc askdkc merged commit edffa27 into laravel12 Feb 22, 2025
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant